public interface CiscoUrlInfo
CiscoUrlInfo
object specifies the properties of the Uniform Resources Locator
(URL) associated with a SIP endpoint.Modifier and Type | Field and Description |
---|---|
static int |
TRANSPORT_TYPE_TCP
The endpoint is using TCP.
|
static int |
TRANSPORT_TYPE_TLS
The endpoint is using TLS (Transport Layer Security).
|
static int |
TRANSPORT_TYPE_UDP
The endpoint is using UDP.
|
static int |
TRANSPORT_TYPE_UNKNOWN
The endpoint's Transport Protocol is unknown.
|
static int |
URL_TYPE_SIP
The URL is of type SIP.
|
static int |
URL_TYPE_TEL
The URL is of type telephony.
|
static int |
URL_TYPE_UNKNOWN
The URL is of unknown type.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHost()
Returns the host name associated with the SIP endpoint.
|
int |
getPort()
Returns the port associated with the SIP endpoint.
|
int |
getTransportType()
Returns the Transport Layer Protocol type that the SIP endpoint uses.
|
int |
getUrlType()
This method returns the endpoint URL type.
|
java.lang.String |
getUser()
Returns the user name associated with the SIP endpoint.
|
static final int TRANSPORT_TYPE_UDP
static final int TRANSPORT_TYPE_TCP
static final int TRANSPORT_TYPE_UNKNOWN
static final int TRANSPORT_TYPE_TLS
static final int URL_TYPE_UNKNOWN
static final int URL_TYPE_TEL
static final int URL_TYPE_SIP
java.lang.String getUser()
java.lang.String getHost()
int getPort()
int getTransportType()
int getUrlType()